home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / business / cal9609.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1996-09-02  |  157b  |  13 lines

  1. @echo off
  2. echo.
  3. md c:\cal
  4. echo.
  5. copy cal.exe c:\cal
  6. echo.
  7. copy TODAY.PIF c:\windows\desktop
  8. echo.
  9. copy CAL.PIF c:\windows
  10. echo.
  11. echo DONE!
  12. echo.
  13.